Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebScribe : Write, Edit, Create – All in Your Browser! #2619

Merged
merged 3 commits into from
Aug 9, 2024

Conversation

ankit071105
Copy link
Contributor

Summary of the change:

The project involves creating a web-based text editor named "WebScribe" that allows users to write, edit, and format documents directly in their browser. This change adds the ability for users to align text to the left, center, or right within the editor, as well as create lists with bullet points, numbers, and stars. The alignment options and list features enhance the text formatting capabilities, making the editor more versatile and user-friendly.

Motivation and Context:

The addition of text alignment and list creation features is motivated by the need to provide a more comprehensive text editing experience. These features are standard in text editors and are essential for users who want to create well-structured and visually appealing documents. The changes were made to improve the overall functionality of the "WebScribe" editor and meet user expectations for text formatting.

Dependencies:

There are no new external dependencies introduced with this change. The existing libraries such as html2canvas and jspdf are used for exporting content as images and PDFs.

Fixes: #2616

Type of change

New feature (non-breaking change which adds functionality)
Bug fix (non-breaking change which fixes an issue)
Breaking change (fix or feature that would cause existing functionality to not work as expected)
This change requires a documentation update

Checklist:

I have made this from my own
I have taken help from some online resources
My code follows the style guidelines of this project
I have performed a self-review of my own code
I have commented my code, particularly in hard-to-understand areas
I have made corresponding changes to the documentation
My changes generate no new warnings

Attach Screenshots / Deployment Link

Screenshot 2024-08-07 at 1 03 12 PM

Copy link

github-actions bot commented Aug 8, 2024

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@ankit071105 ankit071105 changed the title WebScribe WebScribe : Write, Edit, Create – All in Your Browser! Aug 8, 2024
Copy link
Owner

@Sulagna-Dutta-Roy Sulagna-Dutta-Roy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change the directory name: Web Word Processor/your files @ankit071105
Add manifest files

@ankit071105
Copy link
Contributor Author

changed the directory and uploaded the mainfest.json file @Sulagna-Dutta-Roy

@Sulagna-Dutta-Roy Sulagna-Dutta-Roy merged commit f2f5b68 into Sulagna-Dutta-Roy:master Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebScribe: Write, Edit, Create – All in Your Browser!
2 participants